projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9fd843
)
(gud-marker-acc): Use make-variable-buffer-local.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 4 May 1994 20:27:08 +0000
(20:27 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 4 May 1994 20:27:08 +0000
(20:27 +0000)
lisp/gud.el
patch
|
blob
|
history
diff --git
a/lisp/gud.el
b/lisp/gud.el
index d4e7620e98b87700cb764e4d47307d120a92eed5..5299774b41fbbc425cd28c5a057ded4e9e4fc909 100644
(file)
--- a/
lisp/gud.el
+++ b/
lisp/gud.el
@@
-165,8
+165,8
@@
we're in the GUD buffer)."
;; receive a chunk of text which looks like it might contain the
;; beginning of a marker, we save it here between calls to the
;; filter.
-(make-local-variable 'gud-marker-acc)
(defvar gud-marker-acc "")
+(make-variable-buffer-local 'gud-marker-acc)
(defun gud-gdb-marker-filter (string)
(save-match-data